Vcenter Deployment Question Info

Vcenter Deployment Question Info
Vcenter Deployment Question Info

The Vcenter Deployment Question Info schema contains properties to describe questions raised during the deployment process.

This schema was added in vSphere API 6.7.

JSON Example
{
    "questions": [
        {
            "id": "string",
            "question": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            },
            "type": "string",
            "default_answer": "string",
            "possible_answers": [
                "string"
            ]
        }
    ]
}
questions
Required

One or more questions raised during the deployment.

This property was added in vSphere API 6.7.